home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 2 / faq.txt < prev    next >
Text File  |  1996-09-23  |  2KB  |  51 lines

  1. AppBar Frequently Asked Questions
  2.  
  3. Q. Are you going to add feature "x" to AppBar?
  4. A. I am no longer going to continue development of AppBar publicly.  I
  5. will no doubt add features for my own use, but I don't have the time
  6. to keep up a public release.
  7.  
  8. Q. Can I have the source?
  9. A. Sure, there are two versions of AppBar: the standard C/raw Win32 API
  10. version, and the MFC 4.x/C++ version.  The former is in the CSRC dir
  11. while the latter is in the CPPSRC dir.  Be sure to use the -d flag if you
  12. pkunzip the archive.  There are advantages to each version: the C version
  13. is smaller and faster but the code is harder to read and less organized,
  14. but this doesn't matter if you are simply going to compile and run the
  15. program.  The MFC version is larger but the code is much easier to
  16. understand and maintain.  Basically I wrote the MFC version to learn
  17. C++/MFC.  I recommend using the C version if you are going to compile your
  18. own executable.
  19.    You must obtain my permission before using any of the code in any other 
  20. program; the supplied code is for educational purposes ONLY, not for 
  21. someone to make a quick buck.  If the program is freeware, I'll probably 
  22. allow it.  If it is shareware or commercial, maybe if I get a free 
  23. registered copy.
  24.  
  25. Q. Why doesn't my screen saver activate when AppBar is running?
  26. A. This is a problem with Win95 (it works fine under NT3 and 4).  If you
  27. have AutoHide enabled and AppBar is hidden, the screen saver should work
  28. in Win95.  If you insist on turning off autohide, your screen saver will
  29. not work.
  30.  
  31. Q. How do I add full-window drag to Win95?
  32. A. Try downloading 
  33. http://www.cs.cornell.edu/Info/People/mperham/appbar/cool.zip.  Do not
  34. mail me with problems with this program.  I provide it as is.
  35.  
  36. Q. Why doesn't my program run or why does it leave its INI files in
  37.    AppBar's directory?
  38. A. Try setting the working directory to the app's directory.  This should
  39. be set automatically as of 1.0 and later.  If you do not set a working
  40. directory, AppBar uses the base directory of the executable as the working 
  41. dir (i.e. C:\WINDOWS\WINMINE.EXE would get C:\WINDOWS as its working dir).
  42.  
  43. Q. AppBar does not run my *.LNK file correctly!
  44. A. I'm not going to support this feature.  It is not well documented by
  45. MS.  If it is not a link to an EXE file, I can't guarantee it will work
  46. at all.
  47.  
  48. ---------------
  49. Mike Perham (mperham@cs.cornell.edu)
  50. http://www.cs.cornell.edu/Info/People/mperham/appbar
  51.